home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / print.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  368 b   |  8 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for printing
  4.  ************************************************************************/
  5. int PrintOneMessage(MyWindowPtr win,Boolean select);
  6. int PrintSelectedMessages(TOCType **tocH,Boolean select);
  7.  
  8.